SignedExchangeHeader
data class SignedExchangeHeader(requestUrl: String, responseCode: Int, responseHeaders: Headers, signatures: List<SignedExchangeSignature>, headerIntegrity: String)
Content copied to clipboard
Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
Constructors
SignedExchangeHeader
Link copied to clipboard
fun SignedExchangeHeader(requestUrl: String, responseCode: Int, responseHeaders: Headers, signatures: List<SignedExchangeSignature>, headerIntegrity: String)
Content copied to clipboard
Properties
headerIntegrity
Link copied to clipboard
requestUrl
Link copied to clipboard
responseCode
Link copied to clipboard
responseHeaders
Link copied to clipboard
signatures
Link copied to clipboard